xen/arm: system: Use the correct parameter name in local_irq_restore
authorJulien Grall <julien.grall@arm.com>
Wed, 20 Jul 2016 16:10:43 +0000 (17:10 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 22 Jul 2016 01:26:47 +0000 (18:26 -0700)
commitc3cfccdd007a81bc6cfc31851111523880089cbd
treeca33e03458d55b86b86560120920f288135dd4c9
parenta43cc8fc0827a4110b884b0fd94bf98628f27ab7
xen/arm: system: Use the correct parameter name in local_irq_restore

The parameter to store the flags is called 'x' and not 'flags'.
Thankfully all the user of the macro is passing 'flags'.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/arm32/system.h
xen/include/asm-arm/arm64/system.h